func runtime.dwrite
8 uses
runtime (current package)
heapdump.go#L78: func dwrite(data unsafe.Pointer, len uintptr) {
heapdump.go#L99: dwrite(unsafe.Pointer(&b), 1)
heapdump.go#L135: dwrite(unsafe.Pointer(&buf), uintptr(n))
heapdump.go#L149: dwrite(data, len)
heapdump.go#L155: dwrite(unsafe.Pointer(&b[0]), uintptr(len(b)))
heapdump.go#L204: dwrite(unsafe.Pointer(unsafe.StringData(pkgpath)), uintptr(len(pkgpath)))
heapdump.go#L206: dwrite(unsafe.Pointer(unsafe.StringData(name)), uintptr(len(name)))
heapdump.go#L681: dwrite(unsafe.Pointer(&dumphdr[0]), uintptr(len(dumphdr)))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |